func runtime.startTheWorldWithSema

5 uses

	runtime (current package)
		mgc.go#L803: 		now = startTheWorldWithSema(0, stw)
		mgc.go#L974: 			now := startTheWorldWithSema(0, stw)
		mgc.go#L1186: 		startTheWorldWithSema(now, stw)
		proc.go#L1458: 	systemstack(func() { startTheWorldWithSema(0, w) })
		proc.go#L1686: func startTheWorldWithSema(now int64, w worldStop) int64 {